ActiveReports 12
CreatePathGradientBrush(IPathEx,PointFEx,ColorEx,ColorEx[]) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > CreatePathGradientBrush Method : CreatePathGradientBrush(IPathEx,PointFEx,ColorEx,ColorEx[]) Method
The path of the gradient.
The center point of the gradient.
The center color of the gradient.
The array of the surrounding colors of the gradient.
Initializes a new BrushEx path gradient brush object.
Syntax
'Declaration
 
Overloads Function CreatePathGradientBrush( _
   ByVal path As IPathEx, _
   ByVal centerPoint As PointFEx, _
   ByVal centerColor As ColorEx, _
   ByVal surroundColors() As ColorEx _
) As BrushEx
BrushEx CreatePathGradientBrush( 
   IPathEx path,
   PointFEx centerPoint,
   ColorEx centerColor,
   ColorEx[] surroundColors
)

Parameters

path
The path of the gradient.
centerPoint
The center point of the gradient.
centerColor
The center color of the gradient.
surroundColors
The array of the surrounding colors of the gradient.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List